home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 16 / chatty / readme < prev   
Text File  |  1994-01-27  |  1KB  |  28 lines

  1.                        NOTE ON CHATTY
  2.  
  3.  
  4.   The source file (chatty.c) and executable (chatty) in this
  5. directory demonstrate how the messages and strings for a
  6. program may be stored in the .info file for the program.
  7.  
  8.   The user may revise such strings at will, using the INFO
  9. menu from Workbench. The programmer may create versions for
  10. different languages--without recompiling--simply by revising
  11. the messages within the .info file.
  12.  
  13.   The demo itself opens a window and prints (at random
  14. locations) messages from the .info file. It will cease doing
  15. so when clicked to the background. Exit the program by
  16. clicking the QUIT gadget at upper left corner of the screen.
  17.  
  18.   WARNING: Don't use CTRL C or BREAK when running this pro-
  19. gram. It's a simple demo and will Guru if you don't heed
  20. this warning (the code could be expanded to prevent this).
  21.  
  22.   The program will run either from Workbench or CLI. For
  23. CLI, set CD to CHATTY and 1> run chatty. For Workbench,
  24. copy the files CHATTY and CHATTY.INFO to the root directory
  25. of RAM: and execute CHATTY as usual, by clicking on its icon.
  26.  
  27.   The code in chatty.c is explained in the file CHATTY.DOC.
  28.